home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Source 6
/
developer source - volume 6.iso
/
parad
/
mar95
/
mcin104.gif
< prev
next >
Graphics Interchange Format
|
1996-11-19
|
7KB
|
462x354
|
4-bit (5 colors)
Labels:
text
|
electronics
|
screenshot
|
display
|
software
|
number
OCR:
FIGURE 4.SSL :: #Script1 :: run method run(var eventInfo Event) var ... tc TCursor lowval, highval, numrecs Number endVar lowval = 1000 tc.open("ORDERS.DB", "Total Invoice") tc . setRange ( lowval) numrecs = tc.nRecords( ) msg Info("", "There are : " + String(numrecs) + .. invoices equal to: " + String(lowval)) endmethod No syntax errors. Edit Line: 7 Col: 7